home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / window_create < prev    next >
Encoding:
Text File  |  2001-03-21  |  439 b   |  18 lines

  1. Synopsis:
  2.    on [<modes>]window_create [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever a new window is created. This enables
  6.    defaults to be given to each window.
  7.  
  8. Parameters:
  9.    $0    reference number or name of created window
  10.  
  11. Examples
  12.   on -window_create "*" window double on
  13.                          /* doubles the status bar for each new window */
  14.  
  15. See Also:
  16.    window(4) new
  17.  
  18.